runtime.gcControllerState.lastConsMark (field)
8 uses
runtime (current package)
mgcpacer.go#L141: lastConsMark [4]float64
mgcpacer.go#L666: for i := range c.lastConsMark {
mgcpacer.go#L667: if c.lastConsMark[i] > c.consMark {
mgcpacer.go#L668: c.consMark = c.lastConsMark[i]
mgcpacer.go#L671: copy(c.lastConsMark[:], c.lastConsMark[1:])
mgcpacer.go#L672: c.lastConsMark[len(c.lastConsMark)-1] = currentConsMark
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |